RocksdbCache

Undocumented in source.

Constructors

this
this(string dir)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

check_is_expired
bool check_is_expired(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
containsKey
bool containsKey(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
create
void create(string dir)
Undocumented in source. Be warned that the author may not have intended to support it.
generator_expired
ubyte[] generator_expired(uint expired)
Undocumented in source. Be warned that the author may not have intended to support it.
get
Nullable!V get(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
get_expired
ulong get_expired(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
get_inter
Nullable!V get_inter(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
getall
Nullable!V[string] getall(string[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(string key, V v, uint expired)
Undocumented in source. Be warned that the author may not have intended to support it.
putAll
void putAll(V[string] maps, uint expired)
Undocumented in source. Be warned that the author may not have intended to support it.
putifAbsent
bool putifAbsent(string key, V v)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAll
void removeAll(string[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_dir
string _dir;
Undocumented in source.
_rocksdb
Database _rocksdb;
Undocumented in source.

Meta